DoesPropagateEvents
TheDoesPropagateEvents
method returns a Boolean value that indicates whether this frame propagates unhandled events to its containing part.
ODBoolean DoesPropagateEvents ();
- return value
kODTrue
if this frame propagates unhandled events to its containing part, otherwisekODFalse
.DISCUSSION
If one of your part's embedded frames propagates unhandled events to your part, your part has the opportunity to handle those events. In that case, your part's event handler needs to determine if a particular frame is one of its display frames or an embedded frame.SEE ALSO
TheODFrame::SetPropagateEvents
method (page 338).
"Propagating Events" on page 195 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help